The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "catalyst::plugin::configloader"

Catalyst::Plugin::ConfigLoader - Load config files of various types River stage two • 55 direct dependents • 71 total dependents

This module will attempt to load find and load a configuration file of various types. Currently it supports YAML, JSON, XML, INI and Perl formats. Special configuration for a particular driver format can be stored in "MyApp->config->{ 'Plugin::Config...

HAARG/Catalyst-Plugin-ConfigLoader-0.35 - 26 Jul 2020 14:31:38 UTC - Search in distribution

Catalyst::Plugin::ConfigLoader::Etc - Load etc config files River stage zero No dependents

config via env, for instance, $ENV{APPNAME_CONFIG_ETC} = "$FindBin::Bin/etc/conf/local.yml"; config('Plugin::ConfigLoader::Etc' => { files => [ '/path/to/config_file', '/path/to/xx_config' ] }...

ZDK/Catalyst-Plugin-ConfigLoader-Etc-0.02 - 08 Feb 2012 14:24:04 UTC - Search in distribution

Catalyst::Plugin::ConfigLoader::Multi - Catalyst Plugin for Multiple ConfigLoader River stage zero No dependents

When a project is getting bigger and bigger , it is hard to organize a config file. So we create this plugin which divide a config file to multiple. Config files name must start your project prefix. such as 'myapp_' . __PACKAGE__->config( 'Plugin::Co...

TOMYHERO/Catalyst-Plugin-ConfigLoader-Multi-0.06 - 11 May 2008 06:17:49 UTC - Search in distribution

Catalyst::Plugin::ConfigLoader::Remote - Load (remote) URIs into config River stage zero No dependents

JSHIRLEY/Catalyst-Plugin-ConfigLoader-Remote-0.02 - 22 Feb 2010 17:18:35 UTC - Search in distribution

Catalyst::Plugin::ConfigLoader::Environment - Configure your application with environment variables. River stage one • 1 direct dependent • 1 total dependent

DHOSS/Catalyst-Plugin-ConfigLoader-Environment-0.07 - 05 Jun 2010 19:40:44 UTC - Search in distribution

CatalystX::Features::Plugin::ConfigLoader - Makes ConfigLoader know about features River stage zero No dependents

Loads config files from features. The feature config file should have the feature name, plus the regular your usual "C::P::ConfigLoaded" config extensions. The config values will be merged into the main app config hash. That means the feature is allo...

VTI/CatalystX-Features-0.26 - 29 Jul 2015 09:25:40 UTC - Search in distribution

Config::Divide - config loader like Catalyst::Plugin::ConfigLoader River stage zero No dependents

Config::Divide is config loader like Catalyst::Plugin::ConfigLoader. you can set path(s) that main (and sub) config files. if you set sub config files' path, and there are same items in main config and sub config, then main item will be overwritten b...

HIRAFOO/Config-Divide-0.036 - 27 Jun 2012 08:33:49 UTC - Search in distribution

Config::ZOMG - Yet Another Catalyst::Plugin::ConfigLoader-style layer over Config::Any River stage two • 8 direct dependents • 14 total dependents

"Config::ZOMG" is a fork of Config::JFDI. It removes a couple of unusual features and passes the same tests three times faster than Config::JFDI. "Config::ZOMG" is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. "...

FREW/Config-ZOMG-1.000000 - 22 Aug 2013 22:55:55 UTC - Search in distribution

Config::JFDI - Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any River stage two • 9 direct dependents • 12 total dependents

Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. Essentially, Config::JFDI will scan a directory for files matching a certain name. If such a file is found which also matches an extension that Confi...

ROKR/Config-JFDI-0.065 - 01 Jan 2011 22:12:16 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 605 direct dependents • 679 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Test::DBIx::Class - Easier test cases for your DBIx::Class applications River stage two • 26 direct dependents • 29 total dependents

The goal of this distribution is to make it easier to write test cases for your DBIx::Class based applications. It does this in three ways. First, it trys to make it easy to deploy your Schema. This can be to your dedicated testing database, or a sim...

NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTC - Search in distribution

Gitalist - A modern git web viewer River stage one • 2 direct dependents • 2 total dependents

Gitalist is a web frontend for git repositories based on gitweb.cgi <https://git.wiki.kernel.org/index.php/Gitweb> and backed by Catalyst. History This project started off as an attempt to port *gitweb.cgi* to a Catalyst app in a piecemeal fashion. A...

BROQ/Gitalist-0.005001 - 27 Jun 2014 19:58:08 UTC - Search in distribution

Config::Any - Load configuration from different file formats, transparently River stage three • 99 direct dependents • 838 total dependents

Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code. The rationale for thi...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC - Search in distribution

Egg::Release - Version of Egg WEB Application Framework. River stage two • 17 direct dependents • 17 total dependents

Egg is MVC framework that is influenced from Catalyst and developed. I want you to see the document of Egg in detail....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

Config::MorePerl - Convenient and flexible config loader in perl format. River stage one • 1 direct dependent • 1 total dependent

This module provides you with powerful config system. It allows you to: * Write variable definitions in perl language. You do not need to define a huge hash in config file - you just write separate variables. $var = 'value'; $arr = [1..100]; These va...

SYBER/Config-MorePerl-1.2.3 - 10 Feb 2022 14:28:03 UTC - Search in distribution

Module::Build::DB - Build, configure, and test database-backed applications River stage zero No dependents

This module subclasses Module::Build to provide added functionality for configuring, building, and testing database-backed applications. It uses a simple Rails-style numbered migration scheme, although migration scripts are written in pure SQL, not P...

DWHEELER/Module-Build-DB-0.10 - 08 Oct 2010 02:29:50 UTC - Search in distribution

Activator River stage zero No dependents

Overview Activator provides modules to support rapid software development throughout the software life-cycle: * Role-based project configuration supporting development, QA, and production needs * A globally accessible variable registry for all compon...

KNASSAR/Activator-0.91 - 15 Oct 2008 17:10:40 UTC - Search in distribution

Panda::Config::Perl - Convenient and flexible config loader in perl format. River stage zero No dependents

This module provides you with powerful config system. It allows you to: * Write variable definitions in perl language. You do not need to define a huge hash in config file - you just write separate variables. $var = 'value'; $arr = [1..100]; These va...

SYBER/Panda-Config-Perl-1.1.8 - 14 Mar 2020 13:18:26 UTC - Search in distribution

Plack::App::RDF::LinkedData - A Plack application for running RDF::LinkedData River stage one • 3 direct dependents • 3 total dependents

This module sets up a basic Plack application to use RDF::LinkedData to serve Linked Data, while making sure it does follow best practices for doing so. See the README for quick start, the gory details are here....

KJETILK/RDF-LinkedData-1.940 - 12 Feb 2018 10:58:45 UTC - Search in distribution

Unicode.pod - Working with unicode River stage two • 13 direct dependents • 25 total dependents

Working with unicode. For a practical example, see the Catalyst application in the "examples/unicode" directory in this distribution....

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution
54 results (0.087 seconds)